home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / dtp / loutBin203.lha / lout / INSTALLATION.amiga next >
Text File  |  1993-07-14  |  2KB  |  44 lines

  1. Lout probably needs at least 2 megabytes of memory, and ixemul.library.
  2. I also bet it needs a pretty hefty stack as well.  Haven't torture tested
  3. this part, though.
  4.  
  5. To install lout: 
  6.     unpack the archive, (which you've obviously done, otherwise
  7.         you couldn't be reading this...) into a nice resting place
  8.     move the lout binary to some convenient place, like c:
  9.     add an assign to your user-startup that points lout: to the 
  10.         directory you unpacked the archive in
  11.  
  12. To run lout:
  13.     there are some large lout documents in the doc directory.
  14.     go to one of them (tr.eq is a fine one)
  15.     type 'lout setup s? -ooutfile'.  It takes three runs the first
  16.     time through, to satisfy all the references.  After that, any
  17.     modifications only take one more run.
  18.  
  19. There are outfile.ps's in each of the tr.XXX directories, which contain
  20. descriptions of Lout, a beginner's guide, documentation of the Fig and Eq
  21. environments, and an overview.
  22.  
  23. I'll make the source code available to anyone that wants it.  I will
  24. "release" the source code as soon as the next version comes out.  It
  25. compiles almost without modification using gcc (thanks Marcus!) so
  26. sources from Jeff are almost good enough.
  27.  
  28. Note:  if you don't specify a -o<file> Lout spews the PostScript to
  29. stdout.  Unfortunately, gcc/ixemul currently doesn't separate stdout
  30. from stderr, so unless there are no errors in the output (i.e. no
  31. unresolved references) it's no good to just redirect lout's output
  32. to a PostScript file, as Jeff does in many examples.  Just a warning.
  33.  
  34. NoteAlso:  there are a couple "unchecked" mallocs.  Jeff knows about
  35. them, and will clean them up in the next release which should be out
  36. in a week or two.  Until then, Lout may crash if you run out of memory.
  37. Sorry about this.
  38.  
  39. If you have any problems running Lout on the Amiga, and think I can
  40. help, feel free to email me --
  41.  
  42. dylan mcnamee
  43. dylan@cs.washington.edu
  44.